home *** CD-ROM | disk | FTP | other *** search
/ Virtual Valerie 2 / Virtual Valerie 2.iso / pc / data / brm3 / 00094.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  125 b   |  9 lines

  1. on mouseUp
  2.   global ButtBlaster
  3.   if ButtBlaster = 1 then
  4.     Mark2()
  5.     go(1, "BB1")
  6.     set ButtBlaster to 0
  7.   end if
  8. end
  9.